A python project for my honours dissertation
This is a prototype tool that uses python to identify and exploit vulnerabilities in an Active Directory, then generate reports on the vulnerabilities. This script makes use of Impacket by SecuraAuthPort and the Zerologon exploit developed by Secura
- Python 3.6 or higher
- See requirements.txt for additional dependencies
Run this command after downloading this repository with git clone
pip3 install -r requirements.txt
Run this command to view help page
python3 lumberjack.py -h
Warning: Do not use in a production environment as some of the exploits in the script can cause serious damage to a domain.
- Active Directory Enumeration
- Kerberoasting
- AS-REP Roasting
- CVE-2020-1472 (Zerologon)
- Automated Reporting
- SecureAuthCorp
- Secura
- CasperGN